home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / GRAFIK / DIAMOND / STV2500 / NT4 / NT4S25_2.EXE / rar / OEMSETUP.INF < prev    next >
Windows Setup INFormation  |  1997-01-20  |  2KB  |  117 lines

  1. ; PROMTN.inf
  2. ;
  3. ; Installation inf for the DIAMOND Stealth Video 2500 Video Accelerator.
  4. ; (c) 1994 - 1996 Diamond Multimedia Systems, Inc.
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%ALSC%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. promtn.Miniport  = 12  ; drivers
  16. promtn.Display   = 11  ; system32
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %ALSC% = promtn.Mfg
  24.  
  25. [promtn.Mfg]
  26. DIAMOND Stealth Video 2500 Video Accelerator = promtn
  27.  
  28.  
  29. ;
  30. ; General installation section
  31. ;
  32.  
  33. [promtn]
  34. CopyFiles=promtn.Miniport, promtn.Display
  35.  
  36. ;
  37. ; File sections
  38. ;
  39.  
  40. [promtn.Miniport]
  41. promtn.sys
  42.  
  43. [promtn.Display]
  44. promtn.dll
  45.  
  46.  
  47. ;
  48. ; Service Installation
  49. ;
  50.  
  51. [promtn.Services]
  52. AddService = promtn, 0x00000002, promtn_Service_Inst, promtn_EventLog_Inst
  53.  
  54. [promtn_Service_Inst]
  55. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  56. StartType      = 1                  ; SERVICE_SYSTEM_START
  57. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  58. LoadOrderGroup = Video
  59. ServiceBinary  = %12%\promtn.sys
  60.  
  61. [promtn_EventLog_Inst]
  62. AddReg = promtn_EventLog_AddReg
  63.  
  64. [promtn_EventLog_AddReg]
  65. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\promtn.sys"
  66. HKR,,TypesSupported,0x00010001,7
  67.  
  68.  
  69. ;
  70. ; Software Installation
  71. ;
  72.  
  73. [promtn.SoftwareSettings]
  74. AddReg = promtn_SoftwareDeviceSettings
  75.  
  76. [promtn_SoftwareDeviceSettings]
  77. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, promtn
  78. HKR,, VgaCompatible,               %REG_DWORD%,    0
  79. HKR,, DefaultSettings.BitsPerPel,  %REG_DWORD%,    8
  80. HKR,, DefaultSettings.XResolution,  %REG_DWORD%,   640
  81. HKR,, DefaultSettings.YResolution,  %REG_DWORD%,   480
  82. HKR,, UseVESATimings,               %REG_DWORD%,   0
  83.  
  84.  
  85. ;
  86. ; Source file information
  87. ;
  88.  
  89. [SourceDisksNames.x86]
  90. 1 = %DiskId%,,,""
  91.  
  92. [SourceDisksFiles]
  93. promtn.dll  = 1
  94. promtn.sys  = 1
  95.  
  96.  
  97.  
  98. [Strings]
  99.  
  100. ;
  101. ; Non-Localizable Strings
  102. ;
  103.  
  104. REG_SZ         = 0x00000000
  105. REG_MULTI_SZ   = 0x00010000
  106. REG_EXPAND_SZ  = 0x00020000
  107. REG_BINARY     = 0x00000001
  108. REG_DWORD      = 0x00010001
  109. SERVICEROOT    = System\CurrentControlSet\Services
  110.  
  111. ;
  112. ; Localizable Strings
  113. ;
  114.  
  115. DiskId="Windows NT Driver Library installation disk"
  116. ALSC="Diamond Multimedia Systems, Inc."
  117.